home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / CFlexiDataFile / CFlexiDataFile.abs next >
Encoding:
Text File  |  1994-03-31  |  686 b   |  16 lines  |  [TEXT/R*ch]

  1. A subclass of CDataFile which lets you pretend that a resource,
  2. a handle, or even just a section of RAM is a data fork.  This is
  3. mostly useful because of the abstraction--other classes don't have
  4. to know where the data is coming from.
  5.  
  6. The partial resource calls (except size-changes) work under
  7. system 6, because the code makes use of JPartialResources
  8. (not included).  You can, for example, read or write the middle
  9. ten bytes of a ten-meg resource, without loading any of it
  10. into RAM (except those ten bytes).
  11.  
  12. (c) Copyright 1992 by Jamie R. McCarthy.  All rights reserved.
  13. This code can be both distributed and used freely.
  14. Internet: k044477@kzoo.edu       AppleLink: j.mccarthy
  15.  
  16.